home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / UTILITIES / CACHE_CONTROL.SPK / ChcCtlHelp < prev    next >
Text File  |  1996-12-02  |  2KB  |  47 lines

  1.   CacheCtrl Help File
  2.   ===================
  3.  
  4.    Provides an oscli command that immediately turns off the processor cache and
  5. then does a time delayed cache restart. This allows self extracting code to
  6. work on the StrongARM in a reasonable number of cases simply hy adding the
  7. OSCLI command to the applications !Run file with a suitable time delay.
  8.  
  9.    The code has only been tested on RISC OS 3.7 and seems stable enough.
  10. However use must be at your own risk, I make no claims for safety or absolute
  11. stability of the code. It should be compatible all the way down to RISC OS 2.0
  12. and *might* be useful for ARM3, ARM6 or ARM7 owners as well. If being used on
  13. RISC OS 2.0, due to it's use of transient callbacks, IRQUtils v0.12 should be
  14. loaded.
  15.  
  16.    This code is Freeware. Copy it and distribute as much as you like, but
  17. ensure that each copy of the module is accompanied by this documentation and
  18. the ancillary test program. If you want to use it in commercial code, talk to
  19. me first.
  20.  
  21. OSCLI Commands.
  22. ---------------
  23.  
  24. *DelayedCacheOn <seconds>
  25.  
  26.    Immediately turns the cache off and then waits the specified number of
  27. seconds, possibly slightly longer, and then re-enables the cache.
  28.  
  29. Error Messages.
  30. ---------------
  31.  
  32.    The Error range starts at &DC080 and ends at &DC082.
  33.  
  34.    Error # | Error Message
  35.    --------+-----------------------------------------------------------------
  36.       0    | No RMA Memory available for initialistion of CacheCtrl.
  37.       1    | Delay currently active, unable to quit.
  38.       2    | You must specify an integer amount of time.
  39.  
  40. Version History
  41. ---------------
  42. +=============================================================================+
  43. |Version | Comments.                                                          |
  44. +=============================================================================+
  45. | 0.01   | Initial version. (1st Dec 1996)                                    |
  46. +=============================================================================+
  47.